FlowRecord
The FlowRecord element is the parent node for flow data for the specified meter or meter group. Nested within the FlowRecord tag are elements that define the start time, end time and flow value for this flow record for historical and forecast gas load input data. This element is optional.
Properties
| Property | Description |
|---|---|
|
Case Sensitive |
Yes |
|
Required |
No |
|
Number of Instances Allowed |
Unlimited |
|
Requires End Tag |
Yes |
|
Parent Element |
|
|
Child Elements |
|
|
Attributes |
None |
Example
|
<FlowRecord> <StartTime>2024-01-01T09:00:00.000-08:00</StartTime> <EndTime>2024-01-01T10:00:00.000-08:00</EndTime> <FlowValue>164.62</FlowValue> </FlowRecord> |

